home *** CD-ROM | disk | FTP | other *** search
/ Game Classics 18 / Game Classics 18 .iso / CARD / ANIBJ / ANIBJ.EXE / 0 / RCDATA / TSPECFORM / TSPECFORM.txt
Text File  |  1997-04-23  |  2KB  |  76 lines

  1. object SpecForm: TSpecForm
  2.   Left = 200
  3.   Top = 145
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Order Animated Blackjack and get Animated Poker for half price'
  7.   ClientHeight = 413
  8.   ClientWidth = 632
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 632
  21.     Height = 41
  22.     Align = alTop
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'Special Offer'
  26.     Font.Color = clBlack
  27.     Font.Height = -32
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 88
  34.     Top = 384
  35.     Width = 243
  36.     Height = 20
  37.     Caption = 'Click &OK to return to the game'
  38.     Font.Color = clBlack
  39.     Font.Height = -16
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object BitBtn2: TBitBtn
  45.     Left = 480
  46.     Top = 382
  47.     Width = 129
  48.     Height = 27
  49.     Caption = '&OK'
  50.     Font.Color = clBlack
  51.     Font.Height = -12
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.     TabOrder = 0
  56.     Kind = bkOK
  57.     Margin = 2
  58.     Spacing = -1
  59.     IsControl = True
  60.   end
  61.   object Memo1: TMemo
  62.     Left = 9
  63.     Top = 48
  64.     Width = 616
  65.     Height = 321
  66.     Font.Color = clBlack
  67.     Font.Height = -13
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     Lines.Strings = (
  71.       'Memo1')
  72.     ParentFont = False
  73.     TabOrder = 1
  74.   end
  75. end
  76.